The sMAIL_ADDR structure contains information
about the email address information.
|
typedef struct
_MAIL_ADDR { BYTE mailName[20]; BYTE mailAddress[50]; } sMAIL_ADDR,
*pMAIL_ADDR; |
mailName
The name
mailAddress
The mail address, format: person@company.com
Requirements
|
Header |
arclib.h |
|
Include |
arclib.h |
See Also